home *** CD-ROM | disk | FTP | other *** search
- Font = {
- SUPERCLASS = Object;
- };
- History = {
- OUTLETS = {
- historyText;
- historyView;
- boldFont;
- regularFont;
- };
- SUPERCLASS = Object;
- };
- FontView = {
- SUPERCLASS = View;
- };
- ShelfIconView = {
- ACTIONS = {
- redisplay:;
- };
- OUTLETS = {
- myCubbyHoles;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- install:;
- appWillInit:;
- close:;
- save:;
- saveTo:;
- add:;
- revertToSaved:;
- appWillTerminate:;
- delete:;
- open:;
- appDidInit:;
- };
- OUTLETS = {
- installItem;
- closeItem;
- theWindow;
- iconWell;
- saveToItem;
- deleteItem;
- revertItem;
- fontBrowser;
- addFontItem;
- fontSet;
- messenger;
- saveItem;
- openItem;
- };
- SUPERCLASS = Object;
- };
- AcceptorWindow = {
- ACTIONS = {
- };
- OUTLETS = {
- myViewRectList;
- };
- SUPERCLASS = Window;
- };
- FontSet = {
- OUTLETS = {
- fontList;
- };
- SUPERCLASS = Object;
- };
- Document = {
- ACTIONS = {
- new:;
- saveDocTo:;
- save:;
- add:;
- revertToSaved:;
- delete:;
- showFont:;
- open:;
- };
- OUTLETS = {
- fontSet;
- scrollView;
- theWindow;
- shelf;
- fontDisplay;
- controller;
- };
- SUPERCLASS = Object;
- };
-